Categories

Versions

Write Image (Image Processing)

Synopsis

Writes an Image to Disc.

Description

It happens rather frequently while dealing with pictures in image processing apps that you need to save the final resultant image or keep the intermediate outcomes of image alterations. This operator will save the image according to the specified format in current working directory.

This operator also allows you to retrieve the operator directly as a file object (purple lines). This allows you to then directly push the image to other operators. In this case you have to define the type of the image using the file_type parameter.

Input

  • image

    The image object to write to disc

Output

  • file (File)

    The file containing the image.

  • ori

    The image object passed through.

Parameters

  • file_name File name to write to. Range:
  • file_type Type of the file if the output port for the file is used. Range:

Tutorial Processes